home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Compilers⁄Interps / GCC-2.3.3r12 / Sources-Targets / xm-next.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-02-05  |  126 b   |  6 lines  |  [TEXT/MPS ]

  1. #include "xm-m68k.h"
  2.  
  3. /* malloc does better with chunks the size of a page.  */ 
  4.  
  5. #define OBSTACK_CHUNK_SIZE (getpagesize ())
  6.